Skip to content

Lior/dr#67

Open
liororama wants to merge 3 commits intomasterfrom
lior/dr
Open

Lior/dr#67
liororama wants to merge 3 commits intomasterfrom
lior/dr

Conversation

@liororama
Copy link
Copy Markdown
Contributor

Adding few more components to mlhub. making the python Generic more usable.

@liororama liororama requested review from PMjoydas and yakov-g June 6, 2019 19:36
lior-amar added 3 commits June 6, 2019 12:38
o Good as examples.
o Useful as general source/sinks for demos
…mponents

o Adding file_to_dataframe
o Adding dataframe_stats
"useMLOps": true,
"inputInfo": [
{
"description": "In Pandas Dataframe",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In->Input

],
"outputInfo": [
{
"description": "Out Pandas Dataframe",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out->Output

"optional": true
}
],
"version": 1
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move version to top

"group": "data"
}
],
"group": "Sinks",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move version to top

return[write_df_to_file(df_data, file_path)]


def write_df_to_file(df_data, filepath):
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this method to be part of the class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants